home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / transformer / panel.h < prev    next >
C/C++ Source or Header  |  1993-01-19  |  2KB  |  79 lines

  1. /* Header file generated with fdesign. */
  2.  
  3. /**** Callback routines ****/
  4.  
  5. extern void ApplyProc(FL_OBJECT *, long);
  6. extern void SetProc(FL_OBJECT *, long);
  7. extern void ReadProc(FL_OBJECT *, long);
  8. extern void DoneProc(FL_OBJECT *, long);
  9. extern void IdentityProc(FL_OBJECT *, long);
  10. extern void TranslateButtonProc(FL_OBJECT *, long);
  11. extern void RotateMode(FL_OBJECT *, long);
  12. extern void TranslateMode(FL_OBJECT *, long);
  13. extern void ScaleMode(FL_OBJECT *, long);
  14. extern void RotateButtonProc(FL_OBJECT *, long);
  15. extern void ScaleButtonProc(FL_OBJECT *, long);
  16.  
  17.  
  18.  
  19.  
  20. /**** Forms and Objects ****/
  21.  
  22. extern FL_FORM *TransForm;
  23.  
  24. extern FL_OBJECT
  25.         *t00,
  26.         *t01,
  27.         *t02,
  28.         *t03,
  29.         *t10,
  30.         *t11,
  31.         *t12,
  32.         *t13,
  33.         *t20,
  34.         *t21,
  35.         *t22,
  36.         *t30,
  37.         *t31,
  38.         *t32,
  39.         *t33,
  40.         *ApplyButton,
  41.         *SetButton,
  42.         *ReadButton,
  43.         *DoneButton,
  44.         *IdentityButton,
  45.         *targetGroup,
  46.         *actGeom,
  47.         *actCam,
  48.         *TranslateGroup,
  49.         *TranslationAxisX,
  50.         *TranslationAxisY,
  51.         *TranslationAxisZ,
  52.         *TranslationMeasure,
  53.         *TranslateButton,
  54.         *ModeGroup,
  55.         *RotateModeButton,
  56.         *TranslateModeButton,
  57.         *ScaleModeButton,
  58.         *RotateGroup,
  59.         *RotationAxisY,
  60.         *RotationAxisZ,
  61.         *RotateButton,
  62.         *RotationMeasure,
  63.         *RotationAxisX,
  64.         *t23,
  65.         *ScaleGroup,
  66.         *ScaleMeasure,
  67.         *ScaleButton,
  68.         *ScaleX,
  69.         *ScaleY,
  70.         *ScaleZ;
  71.  
  72. extern FL_FORM *fooform;
  73.  
  74.  
  75.  
  76. /**** Creation Routine ****/
  77.  
  78. extern void create_the_forms();
  79.